home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1999-03-12  |  23.7 KB  |  593 lines

  1. object MainForm: TMainForm
  2.   Left = 168
  3.   Top = 97
  4.   Width = 542
  5.   Height = 373
  6.   Caption = 'MiniBase'
  7.   Color = clAppWorkSpace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   WindowMenu = Window1
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object StatusBar: TStatusBar
  23.     Left = 0
  24.     Top = 308
  25.     Width = 534
  26.     Height = 19
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     Panels = <
  33.       item
  34.         Width = 100
  35.       end
  36.       item
  37.         Width = 100
  38.       end
  39.       item
  40.         Width = 230
  41.       end
  42.       item
  43.         Width = 50
  44.       end>
  45.     ParentFont = False
  46.     SimplePanel = False
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 534
  52.     Height = 28
  53.     Align = alTop
  54.     BevelOuter = bvNone
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 1
  58.     object ToolBar1: TToolBar
  59.       Left = 0
  60.       Top = 0
  61.       Width = 534
  62.       Height = 26
  63.       Images = ToolbarImages
  64.       TabOrder = 0
  65.       object ToolButton1: TToolButton
  66.         Left = 0
  67.         Top = 2
  68.         Width = 8
  69.         Height = 22
  70.         Caption = 'ToolButton1'
  71.         ImageIndex = 0
  72.         Style = tbsSeparator
  73.       end
  74.       object OpenBtn: TToolButton
  75.         Left = 8
  76.         Top = 2
  77.         Width = 23
  78.         Height = 22
  79.         Hint = 'Open table'
  80.         Caption = 'OpenBtn'
  81.         ImageIndex = 0
  82.         OnClick = FileOpenItemClick
  83.       end
  84.       object NewBtn: TToolButton
  85.         Left = 31
  86.         Top = 2
  87.         Width = 23
  88.         Height = 22
  89.         Hint = 'New table'
  90.         Caption = 'NewBtn'
  91.         DropdownMenu = NewPopUp
  92.         ImageIndex = 14
  93.       end
  94.       object ToolButton4: TToolButton
  95.         Left = 54
  96.         Top = 2
  97.         Width = 8
  98.         Height = 22
  99.         Caption = 'ToolButton4'
  100.         ImageIndex = 2
  101.         Style = tbsSeparator
  102.       end
  103.       object PrintBtn: TToolButton
  104.         Left = 62
  105.         Top = 2
  106.         Width = 23
  107.         Height = 22
  108.         Hint = 'Print table contents'
  109.         Caption = 'PrintBtn'
  110.         ImageIndex = 2
  111.       end
  112.       object ToolButton6: TToolButton
  113.         Left = 85
  114.         Top = 2
  115.         Width = 8
  116.         Height = 22
  117.         Caption = 'ToolButton6'
  118.         ImageIndex = 3
  119.         Style = tbsSeparator
  120.       end
  121.       object ViewBtn: TToolButton
  122.         Left = 93
  123.         Top = 2
  124.         Width = 23
  125.         Height = 22
  126.         Hint = 'Set view mode'
  127.         Caption = 'ViewBtn'
  128.         ImageIndex = 11
  129.         OnClick = ViewBtnClick
  130.       end
  131.       object ToolButton8: TToolButton
  132.         Left = 116
  133.         Top = 2
  134.         Width = 8
  135.         Height = 22
  136.         Caption = 'ToolButton8'
  137.         ImageIndex = 4
  138.         Style = tbsSeparator
  139.       end
  140.       object CutBtn: TToolButton
  141.         Left = 124
  142.         Top = 2
  143.         Width = 23
  144.         Height = 22
  145.         Hint = 'Cut'
  146.         Caption = 'CutBtn'
  147.         ImageIndex = 4
  148.         OnClick = CutBtnClick
  149.       end
  150.       object CopyBtn: TToolButton
  151.         Left = 147
  152.         Top = 2
  153.         Width = 23
  154.         Height = 22
  155.         Hint = 'Copy'
  156.         Caption = 'CopyBtn'
  157.         ImageIndex = 5
  158.         OnClick = CopyBtnClick
  159.       end
  160.       object PasteBtn: TToolButton
  161.         Left = 170
  162.         Top = 2
  163.         Width = 23
  164.         Height = 22
  165.         Hint = 'Paste'
  166.         Caption = 'PasteBtn'
  167.         ImageIndex = 6
  168.         OnClick = PasteBtnClick
  169.       end
  170.       object ToolButton12: TToolButton
  171.         Left = 193
  172.         Top = 2
  173.         Width = 8
  174.         Height = 22
  175.         Caption = 'ToolButton12'
  176.         ImageIndex = 7
  177.         Style = tbsSeparator
  178.       end
  179.       object ControlPanelBtn: TToolButton
  180.         Left = 201
  181.         Top = 2
  182.         Width = 23
  183.         Height = 22
  184.         Hint = 'Open control panel'
  185.         Caption = 'ControlPanelBtn'
  186.         ImageIndex = 12
  187.         OnClick = ControlPanelBtnClick
  188.       end
  189.       object ToolButton14: TToolButton
  190.         Left = 224
  191.         Top = 2
  192.         Width = 8
  193.         Height = 22
  194.         Caption = 'ToolButton14'
  195.         ImageIndex = 8
  196.         Style = tbsSeparator
  197.       end
  198.       object QFilterBtn: TToolButton
  199.         Left = 232
  200.         Top = 2
  201.         Width = 23
  202.         Height = 22
  203.         Hint = 'Quick filter'
  204.         Caption = 'QFilterBtn'
  205.         ImageIndex = 10
  206.         OnClick = QFilterBtnClick
  207.       end
  208.       object QSearchBtn: TToolButton
  209.         Left = 255
  210.         Top = 2
  211.         Width = 23
  212.         Height = 22
  213.         Hint = 'Quick search'
  214.         Caption = 'QSearchBtn'
  215.         ImageIndex = 8
  216.         OnClick = QSearchBtnClick
  217.       end
  218.       object ToolButton18: TToolButton
  219.         Left = 278
  220.         Top = 2
  221.         Width = 8
  222.         Height = 22
  223.         Caption = 'ToolButton18'
  224.         ImageIndex = 11
  225.         Style = tbsSeparator
  226.       end
  227.       object HelpBtn: TToolButton
  228.         Left = 286
  229.         Top = 2
  230.         Width = 23
  231.         Height = 22
  232.         Hint = 'Help'
  233.         Caption = 'HelpBtn'
  234.         ImageIndex = 13
  235.         OnClick = Contents1Click
  236.       end
  237.     end
  238.   end
  239.   object MainMenu1: TMainMenu
  240.     Left = 44
  241.     Top = 196
  242.     object File1: TMenuItem
  243.       Caption = '&File'
  244.       Hint = 'File related commands'
  245.       OnClick = File1Click
  246.       object FileNewItem: TMenuItem
  247.         Caption = '&New table'
  248.         Hint = 'Create a new file'
  249.         OnClick = FileNewItemClick
  250.       end
  251.       object FileOpenItem: TMenuItem
  252.         Caption = '&Open table'
  253.         Hint = 'Open an existing file'
  254.         OnClick = FileOpenItemClick
  255.       end
  256.       object FileCloseItem: TMenuItem
  257.         Caption = '&Close table'
  258.         Hint = 'Close current file'
  259.         OnClick = FileCloseItemClick
  260.       end
  261.       object N1: TMenuItem
  262.         Caption = '-'
  263.       end
  264.       object Utilities1: TMenuItem
  265.         Caption = 'Table utilities ...'
  266.         object Copytable1: TMenuItem
  267.           Caption = 'Copy table'
  268.           OnClick = Copytable1Click
  269.         end
  270.         object Renametable1: TMenuItem
  271.           Caption = 'Rename table'
  272.           OnClick = Renametable1Click
  273.         end
  274.         object Deletstable1: TMenuItem
  275.           Caption = 'Delete table'
  276.           OnClick = Deletstable1Click
  277.         end
  278.         object Rebuildtable1: TMenuItem
  279.           Caption = 'Rebuild table'
  280.           OnClick = Rebuildtable1Click
  281.         end
  282.       end
  283.       object N2: TMenuItem
  284.         Caption = '-'
  285.       end
  286.       object Print2: TMenuItem
  287.         Caption = 'Printer &Setup'
  288.       end
  289.       object PrintPreview1: TMenuItem
  290.         Caption = 'Print Pre&view'
  291.         OnClick = PrintPreview1Click
  292.       end
  293.       object Print1: TMenuItem
  294.         Caption = '&Print'
  295.         OnClick = Print1Click
  296.       end
  297.       object N4: TMenuItem
  298.         Caption = '-'
  299.       end
  300.       object N3: TMenuItem
  301.         Caption = '-'
  302.       end
  303.       object FileExitItem: TMenuItem
  304.         Caption = 'E&xit'
  305.         Hint = 'Exit the application'
  306.         OnClick = FileExitItemClick
  307.       end
  308.     end
  309.     object Window1: TMenuItem
  310.       Caption = '&Window'
  311.       GroupIndex = 10
  312.       Hint = 'Window related commands such as Tile and Cascade'
  313.       object WindowCascadeItem: TMenuItem
  314.         Caption = '&Cascade'
  315.         Hint = 'Arrange windows to overlap'
  316.         OnClick = WindowCascadeItemClick
  317.       end
  318.       object WindowTileItem: TMenuItem
  319.         Caption = '&Tile'
  320.         Hint = 'Arrange windows without overlap'
  321.         OnClick = WindowTileItemClick
  322.       end
  323.       object WindowArrangeItem: TMenuItem
  324.         Caption = '&Arrange Icons'
  325.         Hint = 'Arrange window icons at bottom of main window'
  326.         OnClick = WindowArrangeItemClick
  327.       end
  328.       object WindowMinimizeItem: TMenuItem
  329.         Caption = '&Minimize All'
  330.         Hint = 'Minimize all windows'
  331.         OnClick = WindowMinimizeItemClick
  332.       end
  333.     end
  334.     object Help1: TMenuItem
  335.       Caption = '&Help'
  336.       GroupIndex = 10
  337.       Hint = 'Help topics'
  338.       object Contents1: TMenuItem
  339.         Caption = 'Contents'
  340.         OnClick = Contents1Click
  341.       end
  342.       object HelpAboutItem: TMenuItem
  343.         Caption = '&About'
  344.         OnClick = HelpAboutItemClick
  345.       end
  346.     end
  347.   end
  348.   object OpenDialog: TOpenDialog
  349.     Filter = 'All files (*.MTI)|*.MTI'
  350.     InitialDir = '.\tables'
  351.     Left = 4
  352.     Top = 196
  353.   end
  354.   object ToolbarImages: TImageList
  355.     Left = 8
  356.     Top = 252
  357.     Bitmap = {
  358.       494C01010F001400040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3604
  359.       0000000000003604000028000000400000005000000001000800000000000014
  360.       0000000000000000000000000000000000000000000000008000008000000080
  361.       8000800000008000800080800000C0C0C000C0DCC000F0CAA600000000000000
  362.       0000000000000000000000000000000000000000000000000000000000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000000000000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000000000000
  368.       0000000000000000000000000000000000000000000000000000000000000000
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       0000000000000000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000000000
  391.       00000000000000000000F0FBFF00A4A0A000808080000000FF0000FF000000FF
  392.       FF00FF000000FF00FF00FFFF0000FFFFFF000000000000000000000000000000
  393.       0000000000000000000000000000000000000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000000
  401.       0000000000000000000000000000000000000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000000000000000000000000
  405.       0000000000000000000000000000000000000000000000000000000000000000
  406.       0000000000000000000000000000000000000000000000000000000000000000
  407.       0000000000000000000000000000000000000000000000000000000000000000
  408.       00000000000000000000000000000000000042000000FFFF0A00540051005200
  409.       5300540041004E00440041005200440050005200450056004900450057000000
  410.       0000000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       00000000000084000000EA2D0000972D00000000000000000000000000000000
  413.       0000000000000000000000000000000000000000000000000000000000000000
  414.       0000000000000000000000000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       000000000000795F000054545602BC1AE1010000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000FB0000000000
  426.       00FB00000000980000002C000000FFFF02000000000000000000000000000000
  427.       00000000000000000000000000000000000000FBFB00F8F8F8FBFBF8F8F8F8FB
  428.       FB00000000000000000000000000DC6B00000000000000000000000000000000
  429.       0000000000000000000000000000000000000000FB00000000000000000000FB
  430.       0000000000000000000000000000000000000000000404040404040404040400
  431.       0000000000000000FBFB000000000000000000000000FFFF00FFFF00FFFF00F8
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       00000000000000000000000000000000000000000000000000000000000000F8
  434.       0000000000000000000000000000000000000000000404040404040404040400
  435.       0000000000000000FBFB000000000000000000000000FFFF00FFFF00FFFF00F8
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000FBFB000000000000000000000000000000000000000000F8
  438.       0000000000000000000000000000000000000000000404040404040404040400
  439.       0000000000000000FBFB0000000000000000FBFBFB00FFFF00FFFF00FFFF00FB
  440.       FB00000000000000000000000000000000000000000000000000000000000000
  441.       000000000000000000FBFB0000000000000000FBFB00000000000000000000FB
  442.       FBFB000000000000000000000000000000000000000404040404040404040400
  443.       00000000000000000000FBFB00000000000000000000FFFF00FFFF00FFFF0000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       000000000000FBFB0000FBFB0000000000000000000000000000000000000000
  446.       0000000000000000000000000000000000000000000000000000000000000000
  447.       000000000000FBFB0000FBFB00000000000000000000FFFFFFFFFFFFFFFF0000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       00000000000000FBFBFBFB00000000000000000000FCFCFCFCFCFCFCFCFCFC00
  450.       0000000000000000000000000000000000000000000000000000F8F8F8F8F8F8
  451.       0000000000000000000000000000000000000000FBFCFCFCFCFCFCFCFCFCFCFB
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       00000000000000000000000000000000000000FBFB00000000FBFB00000000FB
  454.       FB00000000000000000000000000000000000000000000000000000000000000
  455.       000000000000000000000000000000000000FB000000000000FB000000000000
  456.       00FB000000000000000000000000000000000000000000000000000000000000
  457.       00000000000000000000000000000000000000F8F8F8F8F8F8F8F8F800000404
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       000000FCFCFC0000000000000606060600000000000000000000000000040704
  460.       0400000000000000000000000000000000000000070000000000000000000700
  461.       000000FCFCFC00000000000006060606000000F8F8F8F8F8F8F8F80004070404
  462.       04000000000000000000F8F8F8F8F8F800000000030000000000000000000700
  463.       000000FCFCFC0000F90000000606060600000000000000000000000407040404
  464.       00000000000000000000F8F8F8F8F8F800000000070000000000000000000000
  465.       0000000000000000F900000006060606000000F8F80000000000040704040400
  466.       00000000000000000000F8F8F8F8F8F800000000070700000000000007000000
  467.       0000000000000000F9F900000000000000000000000000000000F80404040000
  468.       00000000000000000000F800000000F800000000000700000007000007000000
  469.       0000000000010100F9F90000FCFCFC0000000000F8000000000000F800F80000
  470.       00000000000000000000F8F8F8F8F8F800000000000700000007000007000000
  471.       0000000000010100F9F9F900FCFCFC000000000000F9F9F9F9F9F9000000F8F8
  472.       F8F80000000000000000F8F8F8F8F8F800000000000000000000000000000000
  473.       0000000000000000F9F9F900FCFCFC0000000000000000000000000000000000
  474.       00000000000000000000F800000000F800000000000007000000000007000000
  475.       000000F9F9000000F9F9F9000000000000000000F9F9F9F9F9F9F9F9000000F8
  476.       F8F80000000000000000F8F8F8F8F8F800000000000000000000000000000000
  477.       000000F9F9000000F9F90000F9F9000000000600000000000000000000000000
  478.       00000000000000000000F8F8F8F8F8F800000000000000000000000000000000
  479.       0000000000000000F9F90000F9F900000000000000F9F9F9F9F9F900000000F8
  480.       F8F80000000000000000F800000000F800000000000000070000000000070000
  481.       0000000606060600F90000000000000000000000000000000000000000000000
  482.       00000000000000000000F8F8F8F8F8F800000000000000000000000000000000
  483.       0000000606060600F90000000101000000000000F800F9F9F9F900F80000F8F8
  484.       F8F80000000000000000F8F8F8F8F8F800000000000000000000000000000000
  485.       0000000606060600000000000101000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000606060600000000000000000000000000000000000000000000F8F8F8
  488.       F8F8000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000040400000000000000040400000000000000
  491.       0000000000000000000000000000000000000000000000000404040404040404
  492.       0404000000000000000000000004070404000000000004000004000004040000
  493.       00000000000000000004040404040404040400000000000004FFFFFFFFFFFFFF
  494.       FF04000000000000000000000407040404000000000004000004000400000400
  495.       00000000000000000004FFFFFFFFFFFFFF0400F803F803F804FF000000000000
  496.       FF04000000000000000000040704040400000000000004000004000400000400
  497.       00000000000000000004FF0000000000FF040003F803F80304FFFFFFFFFFFFFF
  498.       FF04000000000000000004070404040000000000000000040404000400000400
  499.       00000000000000000004FFFFFFFFFFFFFF0400F803F803F804FF000000FF0404
  500.       04040000000007070700F8040404000000000000000000000004000404040000
  501.       00000000FFFFFFFFFF04FF0000000000FF040003F803F80304FFFFFFFFFF04FF
  502.       04000000F8070707070700F800F8000000000000000000000004000400000000
  503.       00000000FF0000000004FFFFFFFFFFFFFF0400F803F803F804FFFFFFFFFF0404
  504.       0000000007070707070707000000000000000000000000000000000000000000
  505.       00000000FFFFFFFFFF04FF0000FF040404040003F803F8030404040404040400
  506.       0000000707070707070707070700000000000000000000000000000000000000
  507.       00000000FF0000000004FFFFFFFF04FF040000F803F803F803F803F803F80300
  508.       0000000707070707070707070700000000000000000000000000000000000000
  509.       00000000FFFFFFFFFF04FFFFFFFF040400000003F80000000000000000F8F800
  510.       0000060700070707070707070700000000000000000000000000000000000000
  511.       00000000FF0000FF0004040404040400000000F8F80000000000000000F80300
  512.       0000000700070707070707070700000000000000000000000000000000000000
  513.       00000000FFFFFFFF00FF00000000000000000003F80300FB0000FB00F803F800
  514.       0000000000000707070707070000000000000000000000000000000000000000
  515.       00000000FFFFFFFF00000000000000000000000000000000FBFB000000000000
  516.       00000000F8000000070707F80000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000707070700000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000003030000000000000000000300000000000000000000000000000000
  526.       0000000000000000000000000000000000000000030303030303030303000000
  527.       0000000003030000000000000000000300000000000000000000000000000000
  528.       00000000000000000000000000000000000000FB000303030303030303030000
  529.       00000000030300000000000000000003000000000000000000FBFBFB00000000
  530.       00000000000000000000000000000000000000FFFB0003030303030303030300
  531.       00000000030300000000000000000003000000000000000000F8F8F800000000
  532.       00000000000000000000000000000400000000FBFFFB00030303030303030303
  533.       0000000003030303030303030303030300000000000000000000000000000000
  534.       00000000040404040400000000000400000000FFFBFFFB000000000000000000
  535.       0000000003030000000000000000030300000000000000000000000000000000
  536.       00000000040404040000000000000004000000FBFFFBFFFBFFFBFFFB00000000
  537.       0000000003000000000000000000000300000000000000000000000000000000
  538.       00000000040404000000000000000004000000FFFBFFFBFFFBFFFBFF00000000
  539.       000000000300000000000000000000030000000000FFFFFFFFFFFFFFFF000000
  540.       00000000040400040000000000000004000000FBFFFB00000000000000000000
  541.       00000000030000000000000000000003000000000000FF0000000000FF000000
  542.       0000000004000000040400000000040000000000000000000000000000000000
  543.       00000000030000000000000000000003000000000000FFFFFFFFFFFFFFFF0000
  544.       0000000000000000000004040404000000000000000000000000000000000000
  545.       0000000003000000000000000000000000000000000000FF0000000000FF0000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000003000000000000000000000000000000000000FFFFFFFFFFFFFFFF00
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000000000000000000000000000000000
  552.       000000000000000000000000000000000000424D3E000000000000003E000000
  553.       2800000040000000500000000100010000000000800200000000000000000000
  554.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  555.       0000000000030000000003030000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000030000000003030000000003030300000000000000030303030303
  558.       00000000000000000000000000000000FFFFFFFFFF7E00008001FFFF9001FFFF
  559.       BFFDFFFFC0030000A005FCFFE0030000BFFDFFFFE0030000A005FCFFE0030000
  560.       BFFDFCFFE0030000A005FCFF00010000BFFDFE7F80000000A005FF3FE0070000
  561.       BFFDF33FE0070000BFFDF33FE0070000BE01F87FE0070000BE01FFFFC0030000
  562.       8001FFFF9E790000FFFFFFFF7EFE0000FFFFFFFF8033FFFF83E08FC3FFE18001
  563.       83E08FC38041AA0183E08DC3FF83AA018080FDC3900780018000FCFFCF0FAA79
  564.       8000E4C79F8F80018000E447A050AA01C001FC477FEF8079E0839C7F4028AA01
  565.       E0839CCF7FEF8001F1C7FCCF6068AA79F1C785FFBFDF8001F1C785CF9090AA01
  566.       FFFF87CFCF3F8001FFFF87FFF0E0FFFFFFFFFFFFFFFFFFF3F9FFFFFFFC00FFE1
  567.       F6CFFE008000FFC1F6B7FE000000FF83F6B7FE000000F007F8B780000000C10F
  568.       FE8F80000001808FFE3F80000003805FFF7F80000003000FFE3F80010003000F
  569.       FEBF80030003200FFC9F80070FC3200FFDDF807F0003B01FFDDF80FF80079C1F
  570.       FDDF81FFF87FC03FFFFFFFFFFFFFF0FFFFFFFFFFFFFFFFFFFFFFC001C007FFFF
  571.       001F8031BFEBFFFF000F80310005FFFF000780317E31FFFF000380017E35FFF7
  572.       000180010006C1F7000080017FEAC3FB001F8FF18014C7FB001F8FF1C00ACBFB
  573.       001F8FF1E001DCF78FF18FF1E007FF0FFFF98FF1F007FFFFFF758FF5F003FFFF
  574.       FF8F8001F803FFFFFFFFFFFFFFFFFFFF}
  575.   end
  576.   object NewPopUp: TPopupMenu
  577.     Left = 16
  578.     Top = 120
  579.     object Tabledesigner1: TMenuItem
  580.       Caption = 'Table designer'
  581.       OnClick = FileNewItemClick
  582.     end
  583.     object Newtableassistant1: TMenuItem
  584.       Caption = 'New table assistant'
  585.       OnClick = QNewBtnClick
  586.     end
  587.   end
  588.   object PrinterSetupDialog1: TPrinterSetupDialog
  589.     Left = 8
  590.     Top = 160
  591.   end
  592. end
  593.